From: Michael Albinus Date: Tue, 24 Mar 2009 16:10:32 +0000 (+0000) Subject: * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1099 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5d202e5bb777d8bb5d2f7793c495ede21309c45b;p=emacs.git * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534. --- diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index c0f8c8eccd2..923deee68a8 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -727,6 +727,7 @@ parenthesized expressions in REGEXP for the components (in that order)." "^local:\\|^Trying\\|^125 \\|^550-\\|^221 .*oodbye\\|" "^500 .*AUTH \\(KERBEROS\\|GSSAPI\\)\\|^KERBEROS\\|" "^530 Please login with USER and PASS\\|" ; non kerberised vsFTPd + "^534 Kerberos Authentication not enabled\\|" "^22[789] .*[Pp]assive\\|^200 EPRT\\|^500 .*EPRT") "Regular expression matching FTP messages that can be ignored." :group 'ange-ftp